Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Publishing to our fork's GitHub Maven#3

Draft
Jay Koutavas (jkoutavas) wants to merge 7 commits into
fix/ConcurrentModificationExceptionfrom
fix/ConcurrentModificationException-github2
Draft

Publishing to our fork's GitHub Maven#3
Jay Koutavas (jkoutavas) wants to merge 7 commits into
fix/ConcurrentModificationExceptionfrom
fix/ConcurrentModificationException-github2

Conversation

@jkoutavas

@jkoutavas Jay Koutavas (jkoutavas) commented May 22, 2025

Copy link
Copy Markdown

Seeing the life expectancy of this fork is basically the duration of time it takes for the ConcurrentModificationException patch to merge to an upstream release, we're not going to bother with having the ci pipeline do the builds. We'll do them locally with:

git clone git@github.com:isubscribed/react-native.git
./gradlew \
  :packages:react-native:ReactAndroid:publishReleasePublicationToGitHubPackagesRepository \
  :packages:react-native:ReactAndroid:publishDebugPublicationToGitHubPackagesRepository

Result:

image

…We'll do them locally with: ./gradlew \

  :packages:react-native:ReactAndroid:publishReleasePublicationToGitHubPackagesRepository \
  :packages:react-native:ReactAndroid:publishDebugPublicationToGitHubPackagesRepository
@jkoutavas Jay Koutavas (jkoutavas) changed the title Publishing to our fork's GitHub maven Publishing to our fork's GitHub Maven May 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant